home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineButton2_1453 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  84 b   |  6 lines

  1. on(release){
  2.    _root.jukebox = "on";
  3.    stopAllSounds();
  4.    gotoAndStop(1);
  5. }
  6.